Xbasic

Office::ExcelDocumentDefaultFont Method

Syntax

.DefaultFont as L (FontName as C, FontSize as N)

Arguments

FontNameCharacter

 

FontSizeNumeric

 

Returns

resultLogical

Returns .T. if operation succeeds, otherwise .F.. The Office::ExcelDocument CallResult object will contain additional information if the operation fails.

Description

Get the default font name and size for this workbook.

Example

dim Doc as Office::ExcelDocument

See Also